QuickTime VR defines several track reference types. You can use these constants as values for the refType parameter to the AddTrackReference function (or other Movie Toolbox track reference functions):
enum {
kQTVRImageTrackRefType = FOUR_CHAR_CODE('imgt').
kQTVRHotSpotTrackRefType = FOUR_CHAR_CODE('hott'
};